home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / lisp / stk-3.002 / stk-3 / STk-3.1 / Tk / unix / tkConfig.sh.in < prev    next >
Encoding:
Text File  |  1996-05-31  |  1.6 KB  |  51 lines

  1. # tkConfig.sh --
  2. # This shell script (for sh) is generated automatically by Tk's
  3. # configure script.  It will create shell variables for most of
  4. # the configuration options discovered by the configure script.
  5. # This script is intended to be included by the configure scripts
  6. # for Tk extensions so that they don't have to figure this all
  7. # out for themselves.  This file does not duplicate information
  8. # already provided by tclConfig.sh, so you may need to use that
  9. # file in addition to this one.
  10. #
  11. # The information in this file is specific to a single platform.
  12. #
  13. # SCCS: @(#) tkConfig.sh.in 1.5 96/04/15 09:49:11
  14.  
  15. # Tk's version number.
  16. TK_VERSION='@TK_VERSION@'
  17. TK_MAJOR_VERSION='@TK_MAJOR_VERSION@'
  18. TK_MINOR_VERSION='@TK_MINOR_VERSION@'
  19.  
  20. # -D flags for use with the C compiler.
  21. TK_DEFS='@DEFS@'
  22.  
  23. # The name of the Tk library (may be either a .a file or a shared library):
  24. TK_LIB_FILE=@TK_LIB_FILE@
  25.  
  26. # Additional libraries to use when linking Tk.
  27. TK_LIBS='@XLIBSW@ @DL_LIBS@ @LIBS@ @MATH_LIBS@'
  28.  
  29. # Top-level directory in which Tcl's platform-independent files are
  30. # installed.
  31. TK_PREFIX='@prefix@'
  32.  
  33. # Top-level directory in which Tcl's platform-specific files (e.g.
  34. # executables) are installed.
  35. TK_EXEC_PREFIX='@exec_prefix@'
  36.  
  37. # -I switch(es) to use to make all of the X11 include files accessible:
  38. TK_XINCLUDES='@XINCLUDES@'
  39.  
  40. # Linker switch(es) to use to link with the X11 library archive.
  41. TK_XLIBSW='@XLIBSW@'
  42.  
  43. # String to pass to linker to pick up the Tk library from its
  44. # build directory.
  45. TK_BUILD_LIB_SPEC='@TK_BUILD_LIB_SPEC@'
  46.  
  47. # String to pass to linker to pick up the Tk library from its
  48. # installed directory.
  49. TK_LIB_SPEC='@TK_LIB_SPEC@'
  50.